home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
utilities
/
pu194.dms
/
pu194.adf
/
AddMenu
/
example_scripts
/
addmenu.script
< prev
Wrap
Text File
|
1992-04-12
|
1KB
|
43 lines
;This file has a certain structure that MUST be adhered to
;A comment line can start with any character except
;a plus sign, an asterisk or hash sign
;NO COMMENTS ON THE SAME LINE AS TEXT OR COMMANDS.
;The TEXT for the menu item MUST start and end with a plus sign
;Keep text short!!
;The command string for that text MUST start and end with an
;asterisk and must follow the text line,
;(comments are allowed in between text and commands)
;and finally the file must end with a hash on the start
;of a new line.
;below is a small example
+NoVirus+
*dh0:devpac/nv/novirus*
+SysInfo+
*dh0:utilities/sysinfo*
+Calc+
*dh0:utilities/programmer*
+DPaint3+
*cd dh0:graphics*
*dpaint*
+Facction+
*dh0:utilities/facction*;test comment
+DiskMaster+
*dh0:utilities/diskmaster*
+TrackDOS+
*dh0:utilities/trackdos*
+SuperAmi2.0+
*cd dh0:copiers*
*sca-V2.0*
+XCopy3+
*cd dh0:copiers*
*xcopyiii*
+TurboBackup+
*dh0:c/turbobackup* ;test comment
+HackPack+
*execute s:hackpac*
+[Edit Menu]+
*addmenu s:addmenu.edit*
#